.b_text-blog-hero
{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 60px 20px;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	position: relative;

	h1, .h1
	{
		font-family: Jost;
		font-size: 48px;
		font-weight: 400;
		font-style: normal;
		color: #FFF;
		line-height: 48px /* 100% */;
	}

	h2, .h2
	{
		font-family: Jost;
		font-size: 22px;
		font-weight: 400;
		font-style: normal;
		color: #C8E094;
		line-height: 26px /* 118% */;
	}

	p, .p
	{
		font-family: "Instrument Sans";
		font-size: 18px;
		font-weight: 500;
		font-style: normal;
		color: #FFF;
		line-height: 28px /* 156% */;
		letter-spacing: 0.02em;
	}

	.headings-2
	{
		display: flex;
		flex-direction: column;
		max-width: 670px;
		justify-content: center;
		align-items: flex-start;
		gap: 20px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 0;
	}

	h1.heading-2
	{
		width: 100%;
		order: 0;
	}

	h2.subheading-2
	{
		width: 100%;
		order: 1;
	}

	.body-2
	{
		width: 100%;
		max-width: 670px;
		order: 1;
	}

	@media (min-width: 1440px)
	{
		width: 100%;
		padding: 100px 570px 100px 170px;

		.headings-2
		{
			max-width: initial;
		}

		.heading-2
		{
			font-size: 60px;
			line-height: 64px /* 107% */;
		}

		.subheading-2
		{
			font-size: 26px;
			line-height: 30px /* 115% */;
		}
	}
}
